Skip to content

refactor(chore): remove Node js 20 support#23

Merged
yeshamavani merged 1 commit into
masterfrom
GH-22
Jun 16, 2026
Merged

refactor(chore): remove Node js 20 support#23
yeshamavani merged 1 commit into
masterfrom
GH-22

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-22

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine

Build:

Screenshot 2026-06-11 at 3 37 22 PM

Test:

Screenshot 2026-06-11 at 3 37 37 PM

@Sourav-kashyap Sourav-kashyap self-assigned this Jun 11, 2026
@Sourav-kashyap Sourav-kashyap linked an issue Jun 11, 2026 that may be closed by this pull request

@rohit-sourcefuse rohit-sourcefuse left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 20 removal and the workflow/matrix changes look clean. One thing to fix before merge: package.json sets engines.node to "22 || 24", but the regenerated package-lock.json root still has ">=22" — the lockfile was generated before the engines value was changed and not re-run. Re-run npm install so they match.

Suggestion: standardize on ">=22" for a published library — "22 || 24" excludes Node 23 and every future LTS (26, 28…), so the package would refuse to install on the next LTS until another bump. Don't over-constrain consumers. Checks are green otherwise.

remove Node js 20 support

BREAKING CHANGE:
yes

GH-22
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Upgrade project to support Node.js 22 and 24, updating dependencies and improving ecosystem compatibility.

Review Focus:

  • Node.js version compatibility change from >=20 to 22 || 24 (dropping support for Node 20)
  • Large-scale dependency updates including AWS SDK packages, loopback packages, and various utility libraries
  • Ensure all transitive dependencies are compatible with the new node versions

Start review at: .github/workflows/main.yaml. This file reflects the runtime environment change (Node 20.x → 22.x) that gates all other changes, making it the foundational change to verify before reviewing dependency updates.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@rohit-sourcefuse rohit-sourcefuse left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Engines and lockfile now match (22 || 24 both sides) and all checks are green. Approving — thanks for the quick turnaround.

@yeshamavani yeshamavani merged commit bcd009b into master Jun 16, 2026
4 checks passed
@yeshamavani

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove Node.js 20 support

3 participants